go.opentelemetry.io/otel/attribute.Value.numeric (field)

7 uses

	go.opentelemetry.io/otel/attribute (current package)
		value.go#L35: 	numeric  uint64
		value.go#L65: 		numeric: internal.BoolToRaw(v),
		value.go#L96: 		numeric: internal.Int64ToRaw(v),
		value.go#L109: 		numeric: internal.Float64ToRaw(v),
		value.go#L139: 	return internal.RawToBool(v.numeric)
		value.go#L158: 	return internal.RawToInt64(v.numeric)
		value.go#L177: 	return internal.RawToFloat64(v.numeric)